home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / print / gsview10.zip / history < prev    next >
Text File  |  1993-08-05  |  3KB  |  70 lines

  1. ----------------------------
  2. Version 1.0  1993-08-05
  3. ----------------------------
  4.  
  5. Saved media name in an array so it is available in write_profile().
  6. Previously, closing gsview from the system menu would cause 
  7. write_profile() to be called twice, the second time after the
  8. window and menu had been destroyed.  Consequently the media
  9. name could not be obtained from the non-existent menu.
  10.  
  11. Added command line option /S[port] to spool file (File | Print File).
  12. This allows files dropped on the Print Manager to be sent
  13. direct to a PostScript printer.
  14.  
  15. Changed default timeout to 5 minutes per page.  This timeout 
  16. only affects printing.  Timeout for displaying was dropped
  17. in version 0.8 beta (when pipe code was changed).
  18. Timeout for opening or closing Ghostscript is still 20 seconds.
  19.  
  20. Added "Safer" option to select Ghostscript -dSAFER flag which
  21. disables the deletefile and renamefile operators, and the
  22. ability to open files in any mode other than read-only.
  23. The default is now "Safer".
  24.  
  25. Added %%EndImage before %%EndPreview of EPSI preview.
  26.  
  27. Changed default file extensions so that .ps indicates an ASCII
  28. postscript file and .eps indicates a DOS EPS file with a 
  29. binary header and preview.
  30.  
  31. ----------------------------
  32. Version 0.8 beta  1993-07-07
  33. ----------------------------
  34.  
  35. DSC file is now closed after each page is displayed.  
  36. The file is reopened just before the next page is displayed and 
  37. if the file length or date stamp have changed, gswin is killed 
  38. and the file rescanned.  Version 0.7 kept DSC files open which 
  39. caused problems if another program changed the file.
  40.  
  41. Documented that gsview produces TIFF 5.0 Class B images.
  42. Added a menu option for creating a TIFF 4.0 preview for 
  43. Word Perfect 5.1 which requires a narrow minded interpretation
  44. of the TIFF 4.0 specification.
  45.  
  46. Moved imitation pipe code to a separate module.
  47. Changed implementation of imitation pipe.  Instead of creating
  48. many temporary files, gsview now keeps a single read/write file open.
  49. When gsview writes to the imitation pipe the data is written to this file.  
  50. When the pipe is flushed gsview reads the file and passes it to gswin 
  51. in global memory blocks.  When gswin asks for data and there is no more 
  52. to give, gsview resets the file.
  53.  
  54. If a file is specified on the gsview command line do not use the
  55. saved directory.  If a path to the file is given, use it as the 
  56. current directory, otherwise use the gsview working directory.
  57.  
  58. To stop documents that change the paper size from interfering with
  59. gsview's orientation commands, gsview now adds paper size commands 
  60. (e.g. letter, a4) to the userdict to replace those in the systemdict.
  61.  
  62. Generate error if user attempts to overwrite open document file.
  63.  
  64. ----------------------------
  65. Version 0.7 beta  1993-05-10
  66. ----------------------------
  67.  
  68. First general release of Ghostview for Windows.
  69.  
  70.